History log of /expo/guides/API Design (SDK Audit).md (Results 1 – 4 of 4)
Revision Date Author Comments
# dba3a54b 07-Sep-2019 James Ide <[email protected]>

[cellular] Rename enums for usability, move off of main queue, touch up docs

The cell generation enums were invalid JS identifiers (can't start with a digit) so I renamed them to `CELLULAR_2G` and s

[cellular] Rename enums for usability, move off of main queue, touch up docs

The cell generation enums were invalid JS identifiers (can't start with a digit) so I renamed them to `CELLULAR_2G` and so on. Also moved the iOS module off the main queue since it doesn't touch UI. Also made some small edits to the docs and Java error code.

show more ...


# 799a8acb 07-Sep-2019 Bartłomiej Bukowski <[email protected]>

[apple-authentication] Create unimodule for SignIn With Apple (#5421)


# da29f0d0 20-Aug-2019 James Ide <[email protected]>

[guides] Update SDK Audit table

Added some notes on tests and docs as well since they are part of API quality.


# 3b57a635 16-Aug-2019 James Ide <[email protected]>

[guides] Start tracking audited APIs